*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a:hover{
  color: rgb(0, 255, 110);
}

/*Mobile Portrait*/

@media (max-width:600px) and (orientation:portrait){
  body{
    background-color: skyblue;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .office1{
    height: 220px;
    width: 430px;
  }
  .nav{
    background-color: white;
    border: 2px solid black;
    border-top: none;
    height: 6em;
    font-size: 1em;
    margin-top: -4px;
    width: 100%;
    height: 10%;
    padding: 1em;
    list-style-type: none;
}
.nav1{
  float: left;
  margin-left: 5%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav2{
  float: right;
  margin-right: 2%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav3{
  float: right;
  margin-right: 15%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.sign{
  font-size: 2em;
  background-color: white;
  padding: 1%;
  width: 24%;
  border: 4px solid black;
}
a{
    color: black;
    text-decoration: none;
}
.who{
    font-size: 1.2em;
    background-color: white;
    border: 4px solid black;
    width: 80%;
    margin: auto;
    margin-top: 80px;
    padding: 2em;
    border-radius: 2em;
}
  button{
    overflow: visible;
  }
  button, select{
    text-transform: none;
  }
  button, input, select, textarea{
    color: #5A5A5A;
    font: inherit;
    margin: 0;
  }
  input{
    line-height: normal;
  }
  textarea{
    overflow: auto;
  }
  #container{
    background-color: white;
    border: solid 3px black;
    max-width: 768px;
    margin: 90px auto;
    position: relative;
    border-radius: 5%;
    left: 0%;
    width: 18em;
  }
  form{
    padding: 10px;
    margin: 50px 0;
  }
  .m-title{
    color: #474544;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .Logo{
    width: 200px;
    position: absolute;
    top: -5%;
    left: 15%;
  }
  .booking{
    margin-left: 10%;
    font-size: 1.2em;
    color: blue;
  }
  .download1{
    margin-left: 10%;
    font-size: 1.2em;
    color: blue;
  }
  .t-title{
    color: blue;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5%;
    margin-top: 40%;
  }
  .underline{
    border-bottom: solid 2px #474544;
    margin: -0.112em auto;
    width: 80%;
  }
  .icon_wrapper{
    margin: 50px auto 0;
    width: 100%;
  }
  .email{
    float: right;
    width: 45%;
  }
  input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
  }
  .message{
    float: none;
  }
  .name{
    float: left;
    width: 45%;
  }
  select::-ms-expand{
    display: none;
  }
  .subject{
    width: 100%;
  }
  .telephone{
    width: 100%;
  }
  textarea{
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  ::-webkit-input-placeholder{
    color: #474544;
  }
  :-moz-placeholder{ 
    color: #474544;
    opacity: 1;
  }
  ::-moz-placeholder{
    color: #474544;
    opacity: 1;
  }
  :-ms-input-placeholder{
    color: #474544;
  }
  #form_button{
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #form_button:hover{
    background: #474544;
    color: #F2F3EB;
  }    
  .main{
    border: 2px solid black;
    font-size: 1.1em;
    background-color: white;
    width: 18em;
    padding: 1em;
    text-align: center;
    margin-left: 1em;
    margin-bottom: 2em;
}               
  .bottom{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 4px solid black;
    text-align: center;
  }
}

/*Tablet Portrait*/

@media (min-width:600px) and (orientation:portrait){
  body{
    background-color: skyblue;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .office1{
    width: 100%;
    height: 220px;
  }
  .nav{
    background-color: white;
    border: 2px solid black;
    border-top: none;
    height: 6em;
    font-size: 1em;
    margin-top: -4px;
    width: 100%;
    height: 10%;
    padding: 1em;
    list-style-type: none;
}
.nav1{
  float: left;
  margin-left: 10%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav2{
  float: right;
  margin-right: 10%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav3{
  float: right;
  margin-right: 22%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.sign{
  font-size: 2em;
  background-color: white;
  padding: 1%;
  width: 14%;
  border: 4px solid black;
}
  a{
    color: black;
    text-decoration: none;
}
  button{
    overflow: visible;
  }
  button, select{
    text-transform: none;
  }
  button, input, select, textarea{
    color: #5A5A5A;
    font: inherit;
    margin: 0;
  }
  input{
    line-height: normal;
  }
  textarea{
    overflow: auto;
  }
  #container{
    background-color: white;
    border: solid 3px black;
    max-width: 768px;
    margin: 60px auto;
    position: relative;
    border-radius: 5%;
    left: 0%;
    width: 40em;
  }
  form{
    padding: 37.5px;
    margin: 50px 0;
  }
  .m-title{
    color: #474544;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
  }
  .Logo{
    width: 170px;
    position: absolute;
    top: -4%;
    left: 35%;
  }
   .booking{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .download1{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .t-title{
    color: blue;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5%;
    margin-top: 15%;
  }
  .underline{
    border-bottom: solid 2px #474544;
    margin: -0.2em auto;
    width: 50%;
  }
  .icon_wrapper{
    margin: 50px auto 0;
    width: 100%;
  }
  .email{
    float: right;
    width: 45%;
  }
  input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
  }
  .message{
    float: none;
  }
  .name{
    float: left;
    width: 45%;
  }
  select::-ms-expand{
    display: none;
  }
  .subject{
    width: 100%;
  }
  .telephone{
    width: 100%;
  }
  textarea{
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  ::-webkit-input-placeholder{
    color: #474544;
  }
  :-moz-placeholder{ 
    color: #474544;
    opacity: 1;
  }
  ::-moz-placeholder{
    color: #474544;
    opacity: 1;
  }
  :-ms-input-placeholder{
    color: #474544;
  }
  #form_button{
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #form_button:hover{
    background: #474544;
    color: #F2F3EB;
  }        
  .main{
    border: 2px solid black;
    font-size: 0.7em;
    background-color: white;
    width: 18em;
    padding: 1em;
    text-align: center;
    margin-left: 4em;
    margin-top: -45em;
}           
  .bottom{
    position: absolute;
    bottom: -30em;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 4px solid black;
    text-align: center;
  }
}

/*Mobile Landscape*/

@media (min-width:667px) and (orientation:landscape){
  body{
    background-color: skyblue;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .office1{
    width: 100%;
    height: 220px;
  }
  .nav{
    background-color: white;
    border: 2px solid black;
    border-top: none;
    height: 6em;
    font-size: 1em;
    margin-top: -4px;
    width: 100%;
    height: 10%;
    padding: 1em;
    list-style-type: none;
}
.nav1{
  float: left;
  margin-left: 10%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav2{
  float: right;
  margin-right: 10%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav3{
  float: right;
  margin-right: 25%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.sign{
  font-size: 2em;
  background-color: white;
  padding: 1%;
  width: 13%;
  border: 4px solid black;
}
  a{
    color: black;
    text-decoration: none;
  }
  button{
    overflow: visible;
  }
  button, select{
    text-transform: none;
  }
  button, input, select, textarea{
    color: #5A5A5A;
    font: inherit;
    margin: 0;
  }
  input{
    line-height: normal;
  }
  textarea{
    overflow: auto;
  }
  #container{
    background-color: white;
    border: solid 3px black;
    max-width: 768px;
    margin: 60px auto;
    position: relative;
    border-radius: 5%;
    left: 0%;
    width: 40em;
  }
  form{
    padding: 37.5px;
    margin: 50px 0;
  }
  .m-title{
    color: #474544;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
  }
  .Logo{
    width: 200px;
    position: absolute;
    top: -4%;
    left: 32%;
  }
  .booking{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .download1{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .t-title{
    color: blue;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5%;
    margin-top: 20%;
  }
  .underline{
    border-bottom: solid 2px #474544;
    margin: -0.512em auto;
    width: 80%;
  }
  .icon_wrapper{
    margin: 50px auto 0;
    width: 100%;
  }
  .email{
    float: right;
    width: 45%;
  }
  input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
  }
  .message{
    float: none;
  }
  .name{
    float: left;
    width: 45%;
  }
  select::-ms-expand{
    display: none;
  }
  .subject{
    width: 100%;
  }
  .telephone{
    width: 100%;
  }
  textarea{
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  ::-webkit-input-placeholder{
    color: #474544;
  }
  :-moz-placeholder{ 
    color: #474544;
    opacity: 1;
  }
  ::-moz-placeholder{
    color: #474544;
    opacity: 1;
  }
  :-ms-input-placeholder{
    color: #474544;
  }
  #form_button{
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #form_button:hover{
    background: #474544;
    color: #F2F3EB;
  }     
  .main{
    border: 2px solid black;
    font-size: 1.1em;
    background-color: white;
    width: 18em;
    padding: 1em;
    text-align: center;
    margin-left: 1em;
    margin-top: -25em;
}              
.bottom{
  position: absolute;
  bottom: -70em;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 4px solid black;
  text-align: center;
  }
}

/*Tablet Landscape*/

@media (min-width:960px) and (orientation:landscape){
  body{
    background-color: skyblue;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .office1{
    width: 100%;
    height: 220px;
  }
  .nav{
    background-color: white;
    border: 2px solid black;
    border-top: none;
    height: 6em;
    font-size: 1em;
    margin-top: -4px;
    width: 100%;
    height: 10%;
    padding: 1em;
    list-style-type: none;
}
.nav1{
  float: left;
  margin-left: 15%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav2{
  float: right;
  margin-right: 15%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav3{
  float: right;
  margin-right: 25%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.sign{
  font-size: 2em;
  background-color: white;
  padding: 1%;
  width: 11%;
  border: 4px solid black;
}
  a{
    color: black;
    text-decoration: none;
  }
  button{
    overflow: visible;
  }
  button, select{
    text-transform: none;
  }
  button, input, select, textarea{
    color: #5A5A5A;
    font: inherit;
    margin: 0;
  }
  input{
    line-height: normal;
  }
  textarea{
    overflow: auto;
  }
  #container{
    background-color: white;
    border: solid 3px black;
    max-width: 768px;
    margin: 60px auto;
    position: relative;
    border-radius: 5%;
    left: 0%;
    width: 40em;
  }
  form{
    padding: 37.5px;
    margin: 50px 0;
  }
  .m-title{
    color: #474544;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
  }
  .Logo{
    width: 200px;
    position: absolute;
    top: -5%;
    left: 35%;
  }
  .booking{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .download1{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .t-title{
    color: blue;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5%;
    margin-top: 15%;
  }
  .underline{
    border-bottom: solid 2px #474544;
    margin: -0.212em auto;
    width: 60%;
  }
  .icon_wrapper{
    margin: 50px auto 0;
    width: 100%;
  }
  .email{
    float: right;
    width: 45%;
  }
  input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
  }
  .message{
    float: none;
  }
  .name{
    float: left;
    width: 45%;
  }
  select::-ms-expand{
    display: none;
  }
  .subject{
    width: 100%;
  }
  .telephone{
    width: 100%;
  }
  textarea{
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  ::-webkit-input-placeholder{
    color: #474544;
  }
  :-moz-placeholder{ 
    color: #474544;
    opacity: 1;
  }
  ::-moz-placeholder{
    color: #474544;
    opacity: 1;
  }
  :-ms-input-placeholder{
    color: #474544;
  }
  #form_button{
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #form_button:hover{
    background: #474544;
    color: #F2F3EB;
  }          
  .main{
    border: 2px solid black;
    font-size: 1.1em;
    background-color: white;
    width: 18em;
    padding: 1em;
    text-align: center;
    margin-left: 2em;
    margin-top: -25em;
}         
  .bottom{
    position: absolute;
    bottom: -45em;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 4px solid black;
    text-align: center;
  }
}

/*Laptop/PC*/

@media (min-width:1280px) and (orientation:landscape){
  body{
    background-color: skyblue;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .nav{
    background-color: white;
    border: 2px solid black;
    border-top: none;
    height: 6em;
    font-size: 1em;
    margin-top: -4px;
    width: 100%;
    height: 10%;
    padding: 1em;
    list-style-type: none;
}
.nav1{
  float: left;
  margin-left: 15%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav2{
  float: right;
  margin-right: 15%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.nav3{
  float: right;
  margin-right: 26%; 
  padding: 14px 1px;
  font-size: 1.2em;
  font-weight: 600;
}
.sign{
  font-size: 2em;
  background-color: white;
  padding: 1%;
  width: 7%;
  border: 4px solid black;
}
  a{
    color: black;
    text-decoration: none;
  }
  button{
    overflow: visible;
  }
  button, select{
    text-transform: none;
  }
  button, input, select, textarea{
    color: #5A5A5A;
    font: inherit;
    margin: 0;
  }
  input{
    line-height: normal;
  }
  textarea{
    overflow: auto;
  }
  #container{
    background-color: white;
    border: solid 3px black;
    max-width: 768px;
    margin: 60px auto;
    position: relative;
    border-radius: 5%;
    left: 2%;
    width: 48em;
  }
  form{
    padding: 37.5px;
    margin: 50px 0;
  }
  .Logo{
    width: 200px;
    position: absolute;
    top: -5%;
    left: 35%;
  }
  .booking{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .download1{
    margin-left: 30%;
    font-size: 2em;
    color: blue;
  }
  .t-title{
    color: blue;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5%;
    margin-top: 15%;
  }
  .m-title{
    color: #474544;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
  }
  .underline{
    border-bottom: solid 2px #474544;
    margin: -0.2em auto;
    width: 40%;
  }
  .icon_wrapper{
    margin: 50px auto 0;
    width: 100%;
  }
  .email{
    float: right;
    width: 45%;
  }
  input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
  }
  .message{
    float: none;
  }
  .name{
    float: left;
    width: 45%;
  }
  select::-ms-expand{
    display: none;
  }
  .subject{
    width: 100%;
  }
  .telephone{
    width: 100%;
  }
  textarea{
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  ::-webkit-input-placeholder{
    color: #474544;
  }
  :-moz-placeholder{ 
    color: #474544;
    opacity: 1;
  }
  ::-moz-placeholder{
    color: #474544;
    opacity: 1;
  }
  :-ms-input-placeholder{
    color: #474544;
  }
  #form_button{
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #form_button:hover{
    background: #474544;
    color: #F2F3EB;
  }   
  .main{
    border: 2px solid black;
    font-size: 1.1em;
    background-color: white;
    width: 18em;
    padding: 1em;
    text-align: center;
    margin-left: 2em;
    margin-top: -45em;
}                
  .bottom{
    position: relative;
    bottom: 0em;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 4px solid black;
    text-align: center;
  }
}